CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 角点 匹配

搜索资源列表

  1. Harris

    0下载:
  2. 基于harris角点的特征匹配,详细的阐述了其中的原理,以及实现方法。-Feature-based matching harris corner, which describes in detail the principles and implementation methods.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:16613
    • 提供者:吴忠忠
  1. harrismatch

    0下载:
  2. 该程序采用harris角点检测,使用ncc进行初匹配,双向重复搜索后得到特征匹配点。-The program uses harris corner detection, using ncc conducted early match, after a two-way repeated search feature to get the matching point.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:2734
    • 提供者:徐小乙
  1. Detecting_corners

    0下载:
  2. 使用OpenCV函数cornerSubPix实现角点精确匹配-Use the OpenCV function cornerSubPix to find more exact corner positions (more exact than integer pixels)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:1226
    • 提供者:唐邵
  1. Code

    0下载:
  2. 用于数字图像处理,包含Harris算法用于角点检测,图形金字塔,以及图像匹配。-For digital image processing, including the Harris corner detection algorithm is used, the graphics of the pyramid, and image matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:556134
    • 提供者:Forrest
  1. harris--vcPP

    0下载:
  2. 很好的角点检测代码,使用的是Harris算法,为图像匹配提供了和好的基础-Good corner detection code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3541499
    • 提供者:zhaoyan
  1. orb

    0下载:
  2. opencv + visual stdio. orb角点检测和匹配,希望对大家有帮助。-opencv+ visual stdio. orb Corner detection and matching, I hope this is help for you.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:1415
    • 提供者:洛克李
  1. MatlabCode

    0下载:
  2. matlab实现的图像角点检测,即特征提取,实现角点之间的匹配-image corner detection matlab to achieve, namely, feature extraction, matching angle between the points to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1860538
    • 提供者:董晓婷
  1. shuzisheyingceliang

    0下载:
  2. 角点特征提取,及图像灰度匹配 moravec算子 susan算子 5种灰度匹配 数字摄影测量-Monitoring digital photogrammetry corner matching gray
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2106694
    • 提供者:limingyang
  1. registration

    1下载:
  2. 先用SUSAN算法对两幅图像进行角点检测,然后用NCC算法进行粗匹配,最后用RANSAC算法进行精确匹配-SUSAN algorithm first with two images on corner detection and coarse matching algorithm with NCC, and finally with RANSAC algorithm for exact match
  3. 所属分类:Special Effects

    • 发布日期:2015-04-21
    • 文件大小:34816
    • 提供者:李少芳
  1. demo_ASIFT_src0

    1下载:
  2. 这是比较新的一种角点提取和实现匹配算法,里面有ASIFT论文和实现程序,比sift算法实现起来要快和准确。-This is a relatively new one corner extraction and matching algorithm, which has ASIFT papers and implementation procedures, compared with the SIFT algorithm,it ismore fast and accurate.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2952556
    • 提供者:xiaohanhan
  1. ImageCompare

    0下载:
  2. 进行图像对比,采用提取特征点Harris角点的方式来匹配拍摄角度不一样的图片,可以完成图片的融合、拼接以及识别工作。-To compare the difference of the images via harris detector
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6069
    • 提供者:wangbo
  1. B.Lucas

    0下载:
  2. 这是KLT算法论文的高清版。Kanade-Lucas-Tomasi方法,在跟踪方面表现的也不错,尤其在实时计算速度上,用它来得到的,是很多点的轨迹“trajectory”,并且还有一些发生了漂移的点,所以,得到跟踪点之后要进行一些后期的处理,说到Kanade-Lucas-Tomasi方法,首先要追溯到Kanade-Lucas两人在上世纪80年代发表的paper:An Iterative Image Registration Technique with an Application to Ste
  3. 所属分类:Audio program

    • 发布日期:2017-04-03
    • 文件大小:789423
    • 提供者:王凯
  1. all

    0下载:
  2. harris角点检测匹配处理实验有完整的ncc和ransac后续处理,确定可用,简单方便的测试程序。-harris corner detection experiments have a complete matching process ncc and ransac subsequent processing to determine the usable, simple testing procedures.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:140545
    • 提供者:破晓
  1. License-plate-location

    0下载:
  2. 基于opencv的车牌定位程序,检测边缘角点,匹配出最可能的区域 -The optical flow method based on target detection program delivery, real-time display of object trajectory
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12163694
    • 提供者:asd
  1. DetectMTInDB

    0下载:
  2. vs2010下两张图片之间、进行sift匹配,角点LK金字塔光流跟踪,surf匹配。有绘制特征点主方向和辅助方向。具体仔细看代码。-vs2010 down between two pictures, make sift matching corner pyramid LK optical flow tracking, surf match. Have drawn the main direction of the feature points and the auxiliary directio
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6444067
    • 提供者:孙天宇
  1. 3D-Reconstruction.

    0下载:
  2. 择了一种速度、特征点数量和精度都比较好的组合方案:FAST角点检测算法+sift特征描述子+FLANN(Fast Library for Approximate Nearest Neighbors) 匹配算法。-Choose a speed and precision of the number of feature points are relatively good combination scheme: FAST corner detection algorithm+sift featur
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7534732
    • 提供者:qinqin
  1. opencvharris

    0下载:
  2. 自己写的使用opencv对图像进行harris角点特征提取,可用于特征匹配-Use the image opencv harris corner detection, feature matching can be used
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3708129
    • 提供者:jiangchen
  1. image-mosaic.doc

    0下载:
  2. 图像拼接(image mosaic)技术是将一组相互间重叠部分的图像序列进行空间匹配对准,经重采样合成后形成一幅包含各图像序列信息的宽视角场景的、完整的、高清晰的新图像的技术。图像拼接在摄影测量学、计算机视觉、遥感图像处理、医学图像分析、计算机图形学等领域有着广泛的应用价值。 一般来说,图像拼接的过程由图像获取,图像配准,图像合成三步骤组成,其中图像配准是整个图像拼接的基础。本文研究了两种图像配准算法:基于特征和基于变换域的图像配准算法。 在基于特征的配准算法的基础上,提出一种稳健的基于特征点的
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:332849
    • 提供者:
  1. SIFT--VC

    0下载:
  2. Sift 角点检测,适用于图像特征的匹配,在VC6.0中调试通过.-Sift corner detection, apply to the image feature matching, in VC6.0 debugging through.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-25
    • 文件大小:8370078
    • 提供者:常迎帅
  1. harris_jiaodianjiance

    0下载:
  2. 一个简单实现角点检测的代码,附有图片,可用于匹配-A simple implementation of corner detection code, with pictures, can be used for matching...
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:17048
    • 提供者:田伟明
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com